Site Search

Search for
Search in Advanced search
s : 744

Results 41-50 of 289 ( 0.107 seconds)
41 CLHS: Function FILE-LENGTH   [ 9.343% ]
... stream . Examples: (with-open-file (s "decimal-digits.text" :direction ... :if-exists :error) (princ "0123456789" s) (truename s)) => ... (with-open-file (s "decimal-digits.text") (file-length s)) => 10 Side Effects: None. Affected...
https://www.lispworks.com/documentation/HyperSpec/Body/f_file_l.htm - Cached
text/html - 3910 bytes - Mon, 11 Apr 2005, 17:32:31 UTC
 
42 CLHS: Section 3.2.4.2.2   [ 9.343% ]
... Definition of Similarity Two objects S (in source code ) and C (in compiled ... for that type . number Two numbers S and C are similar if they are of the ... value. character Two simple characters S and C are similar if they have similar...
https://www.lispworks.com/documentation/HyperSpec/Body/03_bdbb.htm - Cached
text/html - 16579 bytes - Mon, 11 Apr 2005, 17:29:39 UTC
 
43 CLHS: Function WRITE-CHAR   [ 9.342% ]
... >> a => #\a (with-output-to-string (s) (write-char #\a s) (write-char #\Space s) (write-char #\b s)) => "a b" Side...
https://www.lispworks.com/documentation/HyperSpec/Body/f_wr_cha.htm - Cached
text/html - 3976 bytes - Mon, 11 Apr 2005, 17:33:27 UTC
 
44 CLHS: Function LOGCOUNT   [ 9.341% ]
... returns the number of bits in the two's-complement binary representation of ... 7) => 3 (logcount 13) => 3 ;Two's-complement binary: ...0001101 (logcount -13) => 2 ;Two's-complement binary: ...1110011...
https://www.lispworks.com/documentation/HyperSpec/Body/f_logcou.htm - Cached
text/html - 4096 bytes - Mon, 11 Apr 2005, 17:32:44 UTC
 
45 CLHS: Function STREAM-ERROR-STREAM   [ 9.340% ]
... . Examples: (with-input-from-string (s "(FOO") (handler-case (read s) ... (c) (format nil "~&End of file on ~S." (stream-error-stream c))))) "End of...
https://www.lispworks.com/documentation/HyperSpec/Body/f_stm_er.htm - Cached
text/html - 3624 bytes - Mon, 11 Apr 2005, 17:33:16 UTC
 
46 CLHS: Section 3.4.11   [ 9.340% ]
... of forms . In that case, if a string S appears where a documentation string ... a declare expression or a form then S is taken to be a form ; otherwise, S...
https://www.lispworks.com/documentation/HyperSpec/Body/03_dk.htm - Cached
text/html - 3398 bytes - Mon, 11 Apr 2005, 17:29:46 UTC
 
47 CLHS: Type UNSIGNED-BYTE   [ 9.340% ]
... Type Specifier Syntax: unsigned-byte [ s | * ] Compound Type Specifier Arguments: s ---a positive integer . Compound Type ... can be represented in a byte of size s (bits). This is equivalent to (mod m )...
https://www.lispworks.com/documentation/HyperSpec/Body/t_unsgn_.htm - Cached
text/html - 4495 bytes - Mon, 11 Apr 2005, 17:34:00 UTC
 
48 CLHS: Section 3.1.2.1.3.1   [ 9.340% ]
... . 3 => 3 #c(2/3 5/8) => #C(2/3 5/8) #p"S:[BILL]OTHELLO.TXT" => #P"S:[BILL]OTHELLO.TXT" #(a b c) => #(A B...
https://www.lispworks.com/documentation/HyperSpec/Body/03_abaca.htm - Cached
text/html - 2755 bytes - Mon, 11 Apr 2005, 17:29:33 UTC
 
49 CLHS: Function READ-BYTE   [ 9.340% ]
... returned. Examples: (with-open-file (s "temp-bytes" :direction :output ... 'unsigned-byte) (write-byte 101 s)) => 101 (with-open-file (s ... 'unsigned-byte) (format t "~S ~S" (read-byte s) (read-byte s...
https://www.lispworks.com/documentation/HyperSpec/Body/f_rd_by.htm - Cached
text/html - 5519 bytes - Mon, 11 Apr 2005, 17:33:03 UTC
 
50 CLHS: Function FILE-WRITE-DATE   [ 9.339% ]
... determined. Examples: (with-open-file (s "noel.text" :direction :output :if-exists :error) (format s "~&Dear Santa,~2%I was good this year. ... milk, cookies~%") (truename s)) => #P"CUPID:/susan/noel.text"...
https://www.lispworks.com/documentation/HyperSpec/Body/f_file_w.htm - Cached
text/html - 4727 bytes - Mon, 11 Apr 2005, 17:32:32 UTC
 

Result pages:
Previous 1 2 3 4 5 6 7 8 9 10 Next
Sort by: score |  date |  popularity
Company     Contact     Privacy Policy     Terms of Use